crypto/tls.SessionState.cipherSuite (field)
16 uses
crypto/tls (current package)
handshake_client.go#L286: suite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L430: if mutualCipherSuite(hello.cipherSuites, session.cipherSuite) == nil {
handshake_client.go#L451: cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L474: if session.EarlyData && mutualCipherSuiteTLS13(hello.cipherSuites, session.cipherSuite) != nil {
handshake_client.go#L935: if hs.session.cipherSuite != hs.suite.id {
handshake_client_tls13.go#L337: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L452: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L568: if hs.session.cipherSuite != c.cipherSuite {
handshake_server.go#L499: if id == sessionState.cipherSuite {
handshake_server.go#L509: suite := selectCipherSuite([]uint16{sessionState.cipherSuite},
handshake_server_tls13.go#L354: pskSuite := cipherSuiteTLS13ByID(sessionState.cipherSuite)
handshake_server_tls13.go#L410: sessionState.EarlyData && sessionState.cipherSuite == hs.suite.id &&
ticket.go#L83: cipherSuite uint16
ticket.go#L119: b.AddUint16(s.cipherSuite)
ticket.go#L195: !s.ReadUint16(&ss.cipherSuite) ||
ticket.go#L301: cipherSuite: c.cipherSuite,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |